[INFO] cloning repository https://github.com/Yolgie/libation-webviewer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yolgie/libation-webviewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYolgie%2Flibation-webviewer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYolgie%2Flibation-webviewer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9d10875b5a3f3b404da6e2d139bef8909b463fd5
[INFO] checking Yolgie/libation-webviewer against master#89a99936d9e76a50e8df622e7242190841fd871b for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYolgie%2Flibation-webviewer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Yolgie/libation-webviewer
[INFO] finished tweaking git repo https://github.com/Yolgie/libation-webviewer
[INFO] tweaked toml for git repo https://github.com/Yolgie/libation-webviewer written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Yolgie/libation-webviewer on toolchain 89a99936d9e76a50e8df622e7242190841fd871b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Yolgie/libation-webviewer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded askama_macros v0.16.0
[INFO] [stderr]   Downloaded fast_image_resize v6.0.0
[INFO] [stderr]   Downloaded askama v0.16.0
[INFO] [stderr]   Downloaded askama_parser v0.16.0
[INFO] [stderr]   Downloaded mp4ameta v0.13.0
[INFO] [stderr]   Downloaded askama_derive v0.16.0
[INFO] [stderr]   Downloaded id3 v1.17.0
[INFO] [stderr]   Downloaded rusqlite v0.40.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.38.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee
[INFO] running `Command { std: "docker" "start" "27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking brotli-decompressor v5.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking brotli v8.0.3
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling libsqlite3-sys v0.38.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking hashlink v0.11.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking id3 v1.17.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking mp4ameta v0.13.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/89a99936d9e76a50e8df622e7242190841fd871b/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "billing", "default", "disable-timer", "disallow_large_window_size", "external-literal-probability", "ffi-api", "float64", "floating_point_context_mixing", "no-stdlib-ffi-binding", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=46b9977a1dea2f57 -C extra-filename=-1383877570e3d102 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-c67ef39ef9e0d8f1.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-4cc19e866b692a55.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee", kill_on_drop: false }`
[INFO] [stdout] 27482d8a498851b537331cca6c45fdd5a3b3589f791533a40a3f9aa71ba4e8ee
